home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-03-06 | 428 b | 17 lines | [TEXT/MPS ] |
- // Modeller_utility.h
- //
- // utility related function prototypes for the the modeller application
- //
- // Modification History
- //
- // 11/26/94 nick added in stuff from symantec proto_helper app, add defines
-
-
- #ifndef _MODELLER_UTILITY_H_
- #define _MODELLER_UTILITY_H_
-
- /* Modeller_utility.c */
- short PStrCmp(char *s1, char *s2);
- void PositionRectInRect(Rect *outerRect, Rect *innerRect, Fixed horzRatio, Fixed vertRatio) ;
-
- #endif